ComponentOne FlexReport for UWP
TryGetValue Method (C1KeyedList<TKey,TItem>)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1KeyedList<TKey,TItem> Class : TryGetValue Method
Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal key As TKey, _
   ByRef item As TItem _
) As System.Boolean
public System.bool TryGetValue( 
   TKey key,
   out TItem item
)

Parameters

key
item
See Also

Reference

C1KeyedList<TKey,TItem> Class
C1KeyedList<TKey,TItem> Members